CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - main calculator

搜索资源列表

  1. main

    0下载:
  2. 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1642
    • 提供者:苏若水
  1. main

    0下载:
  2. 这是一个把界面和计算器结合在一起的vc原代码-This is a calculator to interface and combine the original code vc
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-08
    • 文件大小:44997
    • 提供者:zxf
  1. calculator

    0下载:
  2. 计算器(带优先级):可以直接输入数学表达式,计算结果,主要特点是带优先级。比如输入:1+2*3,输出为:7.-Calculator (with priority level): You can directly enter the mathematical expression to calculate the results, with the main characteristics of priority. For example, enter: 1+ 2* 3, output: 7.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:33426
    • 提供者:liuzhongqing
  1. Calculator

    0下载:
  2. 对任意的一个算术表达式进行加减乘除运算,表 达式有误会显示提示。主要用的知识 : 栈,字符串处理等等 -Of an arbitrary arithmetic expressions Math & Computing, shows a misunderstanding has prompted expressions. The main use of knowledge: the stack, the string handle and so on
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3147
    • 提供者:小瑶
  1. 20080405_9a428821385c382c2511qbZ6dSFYrYC3

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculators, in fact, in my opinion much better than using Windows system calculator. Main features are support for polynomial computing,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:69114
    • 提供者:陈 波
  1. Calculator

    0下载:
  2. 这是在MATLAB7.0.1版本上实现的一个简单的模拟计算器的界面和功能的程序,主要给有一定基础的初学者提供参考,希望对大家有帮助。-This is the version at MATLAB7.0.1 on the implementation of a simple analog calculator function interface and procedures, the main foundation for the beginner must have a reference, i
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11430
    • 提供者:朱留路
  1. main

    0下载:
  2. 一个用SDK写的计算器,实现浮点数,阶乘,基本运算,三角函数换算等功能-A calculator developed by c in C—Free
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2695
    • 提供者:function
  1. Calculator

    0下载:
  2. 该源码实现的是计算器的主要功能,有加、减、乘、除等。-The source is the realization of the main functions of the calculator, there are add, subtract, multiply, divide and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1638543
    • 提供者:陈清茂
  1. main

    0下载:
  2. this program is a calculator with avr-this program is a calculator with avr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2165
    • 提供者:sd
  1. calculator

    0下载:
  2. 简易计算器,主要有以下5个功能模块,(1)计算器界面显示模块。计算器界面显示必须在执行实际计算操纵之前完成,在这里主要调用了C语言图形系统函数和字符屏幕处理函数画出类似windows自带的计算器界面(2)计算器按键控制模块。(3)计算器计算处理模块,主要完成双目四则运算和单目运算操作。(4)计算器记忆处理模块,使计算器具有记忆功能。(5)计算器退出系统模块。-Simple calculator, mainly in the following five functional modules, (
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:44510
    • 提供者:wanglei
  1. calculator

    0下载:
  2. 大学课程设计题目 1.1 完善计算器程序,改为可对实数操作。 1.2 完善程序,改为多个操作数基本四则运算,遇到0为止。 1.3 增加函数,完成四则混合运算,增加相应的主选单选项。 1.4 添加语句,使四则运算具有测试功能。 1.5 可扩充其功能。 -1.1 improve the calculator program, instead of the real number may be operating. 1.2 improve the program, the nu
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:14063
    • 提供者:cfan
  1. calculator

    0下载:
  2. 课设一个,又臭又长,是一个用verilog编写的计算器,对应革新科技的某个sopc开发平台,键盘会扫描,七段二极管会译码且是并行输出,上传的是整个工程,在该开发平台上基本正常,主程序段编写的较为幼稚,希望大家多多扔玉。注:主程序段预计做八位计算器,后来因为实验平台只有六个数码管无奈之下后两位没接,主程序中的ac有问题,在开发平台上没效果,压缩包里的图是主程序在quartus下的仿真图,开发环境是quartus,不知应选哪项。最后:初次上传欢迎指正 -Set up a class, but als
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-28
    • 文件大小:10809099
    • 提供者:raven
  1. ScientificCalculator

    0下载:
  2. 科学计算器,主界面具备以下功能: 1、通过直接输入表达式进行加、减、乘、除、乘方、开方、括号基本运算求值,需要考虑其符号优先级别; 2、加入三角函数,可进行正弦、余弦、正切、余切的运算; 3、对十进制数进行二进制、八进制、十六进制的转化; 4、实现弧度制的数与角度制的数互相转化。 -Scientific calculator, the main interface with the following functions: 1, through direct input ex
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1927073
    • 提供者:李怡璇
  1. main

    0下载:
  2. 这是一款计算器的源代码,采用堆栈等数据结构精心设计而成,希望有帮助。-This is a calculator source code, using the stack data structures such as carefully designed with the hope that helps.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:hejianchao
  1. calculator

    0下载:
  2. 汇编语言实现简易计算器的程序,用单片机设计简易计算器的汇编语言主程序。-Simple calculator assembly language program, simple calculator designed with MCU assembly language main program.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:5636
    • 提供者:姜宁
  1. Calculator

    0下载:
  2. 计算器-calculator,运用java的图形用户界面处理机制设计java记事本的主界面及运用相应的事件处理机制处理相应的操作-Calculator-calculator, using java graphical user interface processing mechanism design java Notepad and use the main interface, event handling mechanism to deal with the corresponding a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:5542
    • 提供者:moyun
  1. calculator

    0下载:
  2. 一个课程设计,文档加程序代码,主要实现一个科学计算器的功能-A curriculum design, documentation, program code increases, the main feature to achieve a scientific calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8751803
    • 提供者:tanxiting
  1. main

    0下载:
  2. 此文件可以是基于链表形式的一个多项式运算器。。。可以对多项式进行加减乘操作-This file can be linked in the form of a polynomial-based calculator. . . You can add or subtract polynomials by operation. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:69965
    • 提供者:jue
  1. Calculator

    0下载:
  2. 在主页面进入登陆页面,登陆成功后,进入计算器页面,对数据进行加减乘除-In the main page to enter login page, the landing is successful, enter the calculator page, the data Math
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:3338
    • 提供者:李丽巧
  1. main

    0下载:
  2. main calculator not complete
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:CaO_U_May
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com